Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(f(a,a),x)  → f(a,f(b,f(a,x)))
2:    f(x,f(y,z))  → f(f(x,y),z)
There are 5 dependency pairs:
3:    F(f(a,a),x)  → F(a,f(b,f(a,x)))
4:    F(f(a,a),x)  → F(b,f(a,x))
5:    F(f(a,a),x)  → F(a,x)
6:    F(x,f(y,z))  → F(f(x,y),z)
7:    F(x,f(y,z))  → F(x,y)
The approximated dependency graph contains one SCC: {3-7}.
Tyrolean Termination Tool  (0.03 seconds)   ---  May 3, 2006